projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdbf5d
)
Use hda1, not sda1
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Mon, 18 Jul 2005 20:23:36 +0000
(13:23 -0700)
committer
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Mon, 18 Jul 2005 20:23:36 +0000
(13:23 -0700)
xen/arch/ia64/domain.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/domain.c
b/xen/arch/ia64/domain.c
index 8424aa246741ddbbb8d2f021c8e06dcd75ee1136..2cc011261fb1ca7c43cdaf0dec0f11bab113fe85 100644
(file)
--- a/
xen/arch/ia64/domain.c
+++ b/
xen/arch/ia64/domain.c
@@
-311,7
+311,7
@@
int arch_set_info_guest(struct vcpu *v, struct vcpu_guest_context *c)
init_all_rr(v);
// this should be in userspace
- regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 console=tty0 root=/dev/
s
da1",256L); //FIXME
+ regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 console=tty0 root=/dev/
h
da1",256L); //FIXME
v->vcpu_info->arch.banknum = 1;
v->vcpu_info->arch.metaphysical_mode = 1;
v->arch.domain_itm_last = -1L;